バージョン

Item プロパティ (CollectionBase<T>)

このコレクション内の指定した順序位置にあるオブジェクトを返します。
シンタックス
'宣言
 
Public ReadOnly Default Property Item( _
   ByVal index As System.Integer _
) As T
public T this[ 
   System.int index
]; {get;}

パラメータ

index
このコレクション内の項目のゼロから始まる順序位置。

プロパティ値

指定された順序位置のオブジェクト。
参照

オンラインで表示: GitHub